go/parser.parser.syncCnt (field)

4 uses

	go/parser (current package)
		parser.go#L55: 	syncCnt int       // number of parser.advance calls without progress
		parser.go#L393: 			if p.pos == p.syncPos && p.syncCnt < 10 {
		parser.go#L394: 				p.syncCnt++
		parser.go#L399: 				p.syncCnt = 0